Skip to content

Commit de12f92

Browse files
chore(main): release 0.1.38
1 parent beb4f44 commit de12f92

File tree

20 files changed

+49
-34
lines changed

20 files changed

+49
-34
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.37"
2+
".": "0.1.38"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.38](https://github.com/mdn/rari/compare/v0.1.37...v0.1.38) (2025-05-19)
9+
10+
11+
### Features
12+
13+
* **blog:** add pagination support ([#217](https://github.com/mdn/rari/issues/217)) ([beb4f44](https://github.com/mdn/rari/commit/beb4f4402cef9deacd64b6c960f0e12543300817))
14+
* **serve:** serve blog assets ([e583414](https://github.com/mdn/rari/commit/e58341471cafca30a94f5bc509a6e3ea2fa4bd91))
15+
16+
17+
### Bug Fixes
18+
19+
* **css_info:** fix bad "initial value" link ([71dfa1c](https://github.com/mdn/rari/commit/71dfa1cc57aa56508c7becbe5528fbbab9c956a5))
20+
* **macro:** fix bad "initial value" link ([#214](https://github.com/mdn/rari/issues/214)) ([71dfa1c](https://github.com/mdn/rari/commit/71dfa1cc57aa56508c7becbe5528fbbab9c956a5))
21+
* **rust:** bump workspace version ([aa052e1](https://github.com/mdn/rari/commit/aa052e14ba8ec3001277960dbf5c24329d9a25a8))
22+
823
## [0.1.37](https://github.com/mdn/rari/compare/v0.1.36...v0.1.37) (2025-05-14)
924

1025

Cargo.lock

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition = "2021"
55
license = "MPL-2.0"
66
authors = [

crates/css-definition-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-definition-syntax"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax-types"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/css-syntax/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "css-syntax"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/diff-test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diff-test"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-data/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-data"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-deps/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-deps"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-doc/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-doc"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-linter"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-md/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-md"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-sitemap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-sitemap"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-templ-func/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-templ-func"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-tools"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors = [
66
"Andi Pieper <apieper@mozilla.com>",

crates/rari-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-types"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

crates/rari-utils/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rari-utils"
3-
version = "0.1.37"
3+
version = "0.1.38"
44
edition.workspace = true
55
authors.workspace = true
66
license.workspace = true

rari-npm/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rari-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mdn/rari",
3-
"version": "0.1.37",
3+
"version": "0.1.38",
44
"description": "npm package for rari",
55
"main": "./lib/index.js",
66
"types": "./lib/index.d.ts",

0 commit comments

Comments
 (0)